/* tags */
hr {
    margin-top: 5px;
    margin-bottom: 15px;
}

/* body */
.main {
    margin: 0;
    padding: 0;
}

.main_top_div {
    height: 70px;
    width: 100%;
}

/* Main-header */
.main_header {
    position: fixed;
    top: 0; 
    left: 0;
    margin: 0px 0px 0px 20px;
    padding: 20px 10px 10px 10px;

    align-items: top;

    width: 100%;
    /* background-color: #F1EDFA; */
    background-color: #FFFFFF;          
    
    z-index: 100;
}

.main_header > h3, p {
    display: inline;
    margin: 0;
}

.main_header > h3 {
    font-size: 2.2em;
    font-weight: 300;
}

.main_header > p {
    margin-left: -0.5em;
    margin-right: 1em;
}


.main_header > button {
    margin-left: 10px;
    margin-bottom: 20px;
}

/* Main-footer */
.main_footer {
    /* position: fixed; */
    bottom: 0; 
    left: 0;
    margin: 0;
    padding: 10px 10px 10px 10px;

    width: 100%;

}


/* button */
.btn-default {
    color: #000000;
    /* background-color: #77af9c; */
    background-color: #FAFAFA;
    border-color: #000000;
}

.btn {
    display: inline-block;
    position: relative;

    padding: 4px 8px;
    
    border-width: 1.5px;
    border-radius: 8px;
    
    font-family: "paybooc-Light", sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    
    transition: 0.25s;    
}

.btn-file {
    padding: 7px 12px 8px 12px;

    border: 1px solid #CCCCCC;
    
    box-shadow: 0 0 0;
}

#btn_login {
    color: #AAAAAA;
    background-color: #FAFAFA;
    border-color: #AAAAAA;

    margin-left: auto;
    margin-right: 3.1em;

    float: right;
}

/* plots */
div.plot_col > div {
    margin-bottom: 10px;
}

/* plot type Btn */
div.toggle_btns {
  margin-bottom: 30px;
  margin-right: 10px;
}

div.toggle_btns > button {
  float: right;
  margin-right: 5px;
}

/* plot title */
.plot_section_title {
    margin: 0px;
    border-bottom: 1px solid #000000;

    font-size: 1.5em;
    font-weight: 400;
}

/* modal */
.modal_col_file_input .form-group {
    margin: 0 auto auto auto;
}


/* Admin Section */
#admin_main {
    border: 0.3em solid #000000;
    padding: 0.5em;
}

#admin_header {
    padding: 0.5em 0.7em;
    font-size: 3em;
    font-weight: 800;
}

#admin_values {
    margin-bottom: 2em;
}

#admin_values ul { 
    list-style:none;
    padding-left:0px;
}

#admin_tab_panel {
    padding: 0.5em 1em;   
}

#admin_tab_panel > div.tabbable > div.tab-content {
    padding: 0.6em;
}

#admin_tab_panel > div.tabbable > div.tab-content > div.tab-pane > div {
    min-height: 350px;
}

#admin_values ul > li {
    display: inline-block;
    width: 14em;
    margin-right: 1em;
    padding: 0.5em 0.5em 0.5em 0.8em;
    background-color: #63B8AA;
}

#admin_tab_header li.active > a {
    background-color: #666666; 
    color: #FFFFFF;
    font-weight: 400;
}

#admin_values ul > li.box_value > div {
    font-size: 2.5em;
    font-weight: 600;
    color: #FFFFFF;
}

.admin_tab_rm > div {
    font-size: 1.2em;
    margin-bottom: 1em;
}